-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Hackathon 4th 】新增 trapezoid 和 cumulative_trapezoid doc #5685
【Hackathon 4th 】新增 trapezoid 和 cumulative_trapezoid doc #5685
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5685.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
❌ The PR's message can't be empty. |
请问 @luotao1 文档应该找谁 review 呢? |
@sunzhongkai588 会统一 review 中英文文档,请耐心等待下 |
好的~ |
docs/api/paddle/trapezoid_cn.rst
Outdated
|
||
.. py:function:: paddle.trapezoid(y, x=None, dx=None, axis=-1, name=None) | ||
|
||
在指定维度上对输入实现 trapezoid rule 算法。与 paddle.cumulative_trapezoid 的区别是,所用的求和函数为 sum。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- trapezoid rule 如有相关介绍链接,最好附上
- paddle.cumulative_trapezoid 建议附上相应api文档的引用
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- trapezoid rule 如有相关介绍链接,最好附上
- paddle.cumulative_trapezoid 建议附上相应api文档的引用
已修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
trapezoid && cumulative_trapezoid pr链接:
trapezoid RFC:
cumulative_trapezoid RFC:
PADDLEPADDLE_PR=51195